Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Small fix to handle withdraw #39

Merged
merged 2 commits into from
Sep 23, 2024

Conversation

RichJamo
Copy link
Contributor

Hi guys,
I think this was just a small mistake here in the way the conditional was created.
The else statement after checking whether there was a message meant that the withdraw part would not execute if there was a message. This doesn't seem like the intention, so I removed the else and just allowed the code to continue after checking for a message and executing the call.

Copy link
Contributor Author

@RichJamo RichJamo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Self reviewed

Copy link
Member

@fadeev fadeev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the fix!

@fadeev fadeev merged commit 8e62457 into zeta-chain:main Sep 23, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants